From c297667762e21655cf65486cd7d5f6bd7322cfa7 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sun, 29 Dec 2002 19:15:16 +0000 Subject: [PATCH] (customize-browse): Call `widget-setup'. --- lisp/cus-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d2321f48a68..4369437a136 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1454,6 +1454,7 @@ item in another window.\n\n")) :custom-state 'unknown :tag (custom-unlispify-tag-name group) :value group)) + (widget-setup) (goto-char (point-min))) (define-widget 'custom-browse-visibility 'item -- 2.30.2